Click or drag to resize

AppointmentRequiredAttendees Property

Represents attendees that are required to attend the appointment.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<Attendee> RequiredAttendees { get; }

Property Value

Type: IListAttendee
The required attendees.
See Also